Fix typo.
authorTor Lillqvist <tml@iki.fi>
Sun, 21 Nov 1999 21:21:58 +0000 (21:21 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 21 Nov 1999 21:21:58 +0000 (21:21 +0000)
commit7944e647c6feb0c3e7e34618da4491d8a3c550b2
tree1839d110f4cb92e70fceeb516bd423b4fd81aa66
parent09240118e104c653bc5cc29f5c7cf5ee62ea2a6d
Fix typo.

1999-11-21  Tor Lillqvist  <tml@iki.fi>

* gdk/gdk.c (gdk_keyval_convert_case): Fix typo.

* gdk/gdkconfig.h.win32: New file.

* gdk/win32/makefile.cygwin: Build just a static archive here.

* gdk/makefile.cygwin: New file. Get the win32-specific stuff
for the DLL from the static archive built above.

* gdk/gdk.def: Moved here from the win32 subdirectory.

* gdk/win32/*: Adapt for the changed private struct organisation.

* gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdk.c
gdk/gdk.def [new file with mode: 0644]
gdk/gdkconfig.h.win32 [new file with mode: 0644]
gdk/makefile.cygwin [new file with mode: 0644]
gdk/win32/makefile.cygwin
gtk/makefile.cygwin
gtk/makefile.msc